home *** CD-ROM | disk | FTP | other *** search
- # $Id: style.sfl,v 1.4 1997/04/19 01:47:13 bjohnson Exp $
- # Copyright (C) 1997 Verity, Inc.
- #
- # style.sfl - Verity-Defined Standard Fields
- #
- # These fields are included in the internal documents table.
- # They are filled in by various filters and gateways that Verity ships,
- # and are the "standard fields" that Verity suggests should exist in all
- # Verity collections. They are not required in your collection. Instead,
- # they are merely highly recommended to promote the ability to use your
- # collection with other products that use Verity's search technology.
- # You can comment out the fields below to save space, or uncomment others
- # to gain functionality.
- #
- # Note that "flt_inso" refers to the "auto" filter that can use either
- # the Mastersoft or Inso OutsideIn filters.
- #
- data-table: _sf
- {
- # Title is filled in by: zone -html, flt_pdf, zone -email, zone -news
- varwidth: Title _sv
- /alias = FTS_Title
- /alias = Subject
-
- # Author is filled in by: flt_pdf, zone -email, zone -news, flt_inso
- varwidth: Author _sv
- /alias = From
- /alias = FTS_Author
- /alias = Source
-
- # Keywords is filled in by: flt_pdf, zone -news, flt_inso
- varwidth: Keywords _sv
- /alias = FTS_Keywords
- /alias = Keyword
- /alias = Comments
- /alias = Reference
-
- # Snippet is filled in by: vgw_url, flt_inso
- varwidth: Snippet _sv
- /alias = Abstract
-
- # MIME-Type is filled in by: universal
- varwidth: MIME-Type _sv
-
- # Charset is filled in by: flt_cmap
- varwidth: Charset _sv
-
- # To is filled in by: zone -email, flt_inso
- varwidth: To _sv
- /alias = Destination
-
- # Added for ServiceWare contents
- varwidth: Parent _sv
- varwidth: Leadin _sv
- varwidth: Problem _sv
- varwidth: Description _sv
-
- # Date is filled in by: zone -email, zone -news, flt_inso, flt_pdf
- #
- # This field is the "last modified" date, not the creation date
- fixwidth: Date 4 date
- /alias = Modified
- /alias = FTS_ModificationDate
- /alias = Recorded_Date
- /alias = Version_Date
-
- # NewsGroups is filled in by: zone -news
- varwidth: NewsGroups _sv
-
- # PageMap is filled in by: flt_pdf
- # This field is required to do highlighting in pdf documents. Do not
- # comment this if you want pdf highlighting!
- varwidth: PageMap _sv
- /_hexdata = yes
-
- #
- # The following are fields that could be filled in by Verity shipped
- # code, but they are currently not populated by many documents. To
- # save space, they are commented out here. You may comment them back
- # in before indexing your documents if you need them in your collection.
- #
- # The following fields are filled in by "zone -news"
- #varwidth: References _sv
-
- # The following fields are filled in by flt_inso
- #varwidth: Last_Author _sv
- #varwidth: Account _sv
- #varwidth: Address _sv
- #varwidth: Attachments _sv
- #varwidth: Authorization _sv
- #varwidth: Backup_Date _sv
- #varwidth: Bill_To _sv
- #varwidth: BCC _sv
- #varwidth: CC _sv
- #varwidth: Category _sv
- #varwidth: Checked_By _sv
- #varwidth: Client _sv
- #varwidth: Completed_Date _sv
- #varwidth: Character_Count _sv
- #varwidth: Page_Count _sv
- #varwidth: Word_Count _sv
- #varwidth: Created _sv
- #varwidth: Department _sv
- #varwidth: Destination _sv
- #varwidth: Disposition _sv
- #varwidth: Division _sv
- #varwidth: Minutes_Edited _sv
- #varwidth: Editor _sv
- #varwidth: Forward_To _sv
- #varwidth: Group _sv
- #varwidth: Language _sv
- #varwidth: Last_Print_Date _sv
- #varwidth: Mail_Stop _sv
- #varwidth: Matter _sv
- #varwidth: Office _sv
- #varwidth: Operator _sv
- #varwidth: Owner _sv
- #varwidth: Project _sv
- #varwidth: Publisher _sv
- #varwidth: Purpose _sv
- #varwidth: Recorded_By _sv
- #varwidth: Recorded_Date _sv
- #varwidth: Modified _sv
- #varwidth: Revision_Notes _sv
- #varwidth: Revision_Number _sv
- #varwidth: Secondary_Author _sv
- #varwidth: Section _sv
- #varwidth: Security _sv
- #varwidth: Source _sv
- #varwidth: Status _sv
- #varwidth: Document_Type _sv
- #varwidth: Typist _sv
- #varwidth: Version_Date _sv
- #varwidth: Version_Notes _sv
- #varwidth: Version_Number _sv
-
- # The following fields are filled in by flt_pdf
- #varwidth: FileName _sv
- #fixwidth: NumPages 4 unsigned-integer
- #fixwidth: PermanentID 32 text
- #fixwidth: InstanceID 32 text
- #varwidth: DirID _sv
- #fixwidth: WXEVersion 1 unsigned-integer
- #varwidth: FTS_Creator _sv
- #varwidth: FTS_Subject _sv
- #varwidth: FTS_Producer _sv
- #fixwidth: FTS_CreationDate 4 date
-
- # The following fields are filled in by vgw_url
- #varwidth: Ext _sv
- #varwidth: URL _sv
- #varwidth: _Created _sv
- #varwidth: _Modified _sv
- #fixwidth: Created 4 date
- #fixwidth: Modified 4 date
- #fixwidth: Size 4 unsigned-integer
- }
-